[fix] [broker] Internal reader of __change_events can not started after metadata store session rebuilt - #23018
Merged
Conversation
4 tasks
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #23018 +/- ##
============================================
- Coverage 73.57% 73.45% -0.13%
- Complexity 32624 33216 +592
============================================
Files 1877 1917 +40
Lines 139502 144072 +4570
Branches 15299 15743 +444
============================================
+ Hits 102638 105824 +3186
- Misses 28908 30131 +1223
- Partials 7956 8117 +161
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
|
Can we cover the new load balancer behavior too? |
shibd
self-requested a review
July 10, 2024 02:54
Contributor
Author
|
@heesung-sn
Sure, I will push two following PRs to do this:
|
shibd
approved these changes
Jul 23, 2024
poorbarcode
force-pushed
the
test/zk_session_expire
branch
from
July 26, 2024 00:33
68143c4 to
bf8b6a9
Compare
Technoboy-
reviewed
Jul 29, 2024
Technoboy-
approved these changes
Jul 29, 2024
lhotari
reviewed
Jul 29, 2024
lhotari
approved these changes
Jul 29, 2024
nikhil-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 30, 2024
…er metadata store session rebuilt (apache#23018) (cherry picked from commit b955c65) (cherry picked from commit 0e59678)
srinath-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 30, 2024
…er metadata store session rebuilt (apache#23018) (cherry picked from commit b955c65) (cherry picked from commit 0e59678)
Closed
4 tasks
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Feb 6, 2025
…er metadata store session rebuilt (apache#23018) (cherry picked from commit b955c65) Signed-off-by: Zixuan Liu <nodeces@gmail.com>
hanmz
pushed a commit
to hanmz/pulsar
that referenced
this pull request
Feb 12, 2025
…er metadata store session rebuilt (apache#23018)
This was referenced Aug 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation & Modifications
1. Fix the issue below
systemTopic & topicLevelPolicies.broker-2loads atopic-aup.broker-2loads system topic({ns}/__change_events) up.topic-awas transferred tobroker-0{ns}/__change_events) was transferred tobroker-0broker-2{ns}/__change_eventslookup the topic's ownerbroker-2respondsbroker-2due to itsOwnershipCachecontains the old value.{ns}/__change_eventscan not be created successfully, all topics under this namespace can not work.broker-2will get a wrong value, and keep getting a "Please redo the lookup" error.2. Add a test to confirm the topic will be unloaded after the metadata store session is rebuilt.
Documentation
docdoc-requireddoc-not-neededdoc-completeMatching PR in forked repository
PR in forked repository: x